'Usage Dim instance As CalcIsLogicalFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 1 item: value.
Value is the value you want tested. Value can be a blank (empty cell), error, logical, text, number, or reference value, or a name referring to any of these, that you want to test.
Return Value
A System.Boolean value that indicates the evaluate result.